[INFO] cloning repository https://github.com/PawelKnapp/scx-throughput
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PawelKnapp/scx-throughput" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPawelKnapp%2Fscx-throughput", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPawelKnapp%2Fscx-throughput'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 94c2f9a9412e46eac4af4b7e206ed5eb04799bad
[INFO] checking PawelKnapp/scx-throughput against try#d8be25549d5418405531341b4be6d8538fc3c42e for pr-156160
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPawelKnapp%2Fscx-throughput" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PawelKnapp/scx-throughput
[INFO] finished tweaking git repo https://github.com/PawelKnapp/scx-throughput
[INFO] tweaked toml for git repo https://github.com/PawelKnapp/scx-throughput written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PawelKnapp/scx-throughput on toolchain d8be25549d5418405531341b4be6d8538fc3c42e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PawelKnapp/scx-throughput already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 25dd520eb5365f1a78abcba37774ee16575240346aa0573371921231276d37f7
[INFO] running `Command { std: "docker" "start" "25dd520eb5365f1a78abcba37774ee16575240346aa0573371921231276d37f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "25dd520eb5365f1a78abcba37774ee16575240346aa0573371921231276d37f7" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25dd520eb5365f1a78abcba37774ee16575240346aa0573371921231276d37f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "25dd520eb5365f1a78abcba37774ee16575240346aa0573371921231276d37f7" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bindgen v0.69.5
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling vsprintf v2.0.0
[INFO] [stderr]    Compiling tar v0.4.46
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling konst_macro_rules v0.2.19
[INFO] [stderr]    Compiling konst v0.2.20
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling libbpf-sys v1.7.0+v1.7.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling const_format v0.2.36
[INFO] [stderr]    Compiling memmap2 v0.5.10
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling buddy-alloc v0.5.1
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking jiff v0.2.28
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling sscanf_macro v0.4.4
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking libbpf-rs v0.23.3
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling sscanf v0.4.4
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling scx_utils v0.7.0
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking cargo_metadata v0.15.4
[INFO] [stderr]     Checking libbpf-cargo v0.23.3
[INFO] [stderr]    Compiling scx_rustland_core v0.1.1
[INFO] [stderr]     Checking scx_throughput v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "25dd520eb5365f1a78abcba37774ee16575240346aa0573371921231276d37f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25dd520eb5365f1a78abcba37774ee16575240346aa0573371921231276d37f7", kill_on_drop: false }`
[INFO] [stdout] 25dd520eb5365f1a78abcba37774ee16575240346aa0573371921231276d37f7
